CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - TSP matlab

搜索资源列表

  1. tsp.rar

    0下载:
  2. 旅行商问题,总共30个城市,计算最优路线和最短路径,Traveling Salesman Problem, a total of 30 cities, calculating the optimal route and the shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:1283
    • 提供者:steven
  1. tsp.rar

    1下载:
  2. 解决pso问题,利用matlab编写的,注释清楚,完整的程序,Pso to solve the problem, using matlab written comments clear and complete procedures for
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:11405
    • 提供者:erZhong
  1. TSPMATLAB.rar

    0下载:
  2. 遗传算法求解TSP问题的MATLAB实现。这是一篇非常有新意的论文,对于学习遗传算法非常有用,This paper has resolved the traveling salesman problem(TSP) by virtue of geneitc algorithms(GA)
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:156826
    • 提供者:王斌
  1. tsp

    0下载:
  2. 一个旅行商优化免疫算法的MATLAB源代码.-A matlab platform for artificial immune algorithm .
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:269797
    • 提供者:foxlt
  1. tsp-matlab--wang

    0下载:
  2. TSP问题 旅行商问题 用MATLAB实现 遗传算法-TSP problem traveling salesman problem with MATLAB genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:3557
    • 提供者:周道道
  1. ACS

    2下载:
  2. matlab编写的蚁群优化tsp程序,很不错,希望大家喜欢-ant colony optimization matlab prepared tsp procedures, very good, I hope everyone likes
  3. 所属分类:matlab

    • 发布日期:2016-07-12
    • 文件大小:10006
    • 提供者:qq
  1. tsp0

    0下载:
  2. tsp问题,10个城市的最佳路径。。。。。。matlab-tsp problem, the best 10 cities in the path. . . . . . matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1380
    • 提供者:ranee
  1. SA_TSP_Rev1

    0下载:
  2. 用matlab实现的利用模拟退火算法(SA)解决旅行商问题(TSP).-Matlab achieved with the use of simulated annealing algorithm (SA) to solve traveling salesman problem (TSP).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:477285
    • 提供者:黄卢荃
  1. an-for-tsp

    3下载:
  2. 利用蚁群算法解决tsp问题,适合初学者。-Tsp using ant colony algorithm to solve the problem, suitable for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3409
    • 提供者:dayong
  1. sa-for-tsp

    4下载:
  2. 利用模拟退火算法解决50个城市的tsp问题,简单易懂,适合初学者-The use of simulated annealing algorithm to solve 50 problems tsp city, easy-to-read, suitable for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:2945
    • 提供者:dayong
  1. HopfieldTsp

    0下载:
  2. 用MatLab,编写用Hopfield网络求 解TSP问题(旅行商问题)的程序(城市 数目≥5)-Using MatLab, prepared using Hopfield network to solve TSP problem (TSP) process (the number of cities with ≥ 5)
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1300
    • 提供者:weareyy
  1. TS

    0下载:
  2. TSP问题,即旅行商问题,matlab环境下可以运行-TSP problem, that is, traveling salesman problem, matlab environment can run
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:59701
    • 提供者:刘琴
  1. acs

    2下载:
  2. 利用蚂蚁算法求解TSP问题的matlab源程序,适合初学蚂蚁算法的朋友学习,同时又利于理解TSP问题。-The use of ant algorithm matlab source TSP problem, suitable for beginners to learn ant algorithm friends, but also conducive to understanding the problem TSP.
  3. 所属分类:matlab

    • 发布日期:2015-12-31
    • 文件大小:2903
    • 提供者:付他
  1. TSPmatalab

    1下载:
  2. TSP问题遗传退火算法,采用matalab编程-TSP problem of genetic-annealing algorithm, using matalab Programming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3052
    • 提供者:李海民
  1. fatp

    0下载:
  2. CODE SOURCE TSP ET ACO
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:164213
    • 提供者:BENHALA
  1. matlab

    1下载:
  2. 求解TSP问题的遗传算法matlab程序-Problem solving TSP procedure genetic algorithm matlab
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:9716
    • 提供者:小五
  1. TSP_GA

    2下载:
  2. 《智能优化算法》课的作业,用遗传算法解TSP问题。其间遇到了收敛速度慢的问题,也是在这个网找到了解决方案。大家下载的应该都是那个VC6的Windows程序。我这个是从零开始写的,大家看起来应该容易懂些。C++的Console程序,VC2005下编译。全部用STL,所以旧的编译器可能会有点问题。压缩包内有谢胜利的论文:《TSP遗传算法的改进》。正是用他的贪婪交配才使得10代左右解就收敛到很好。再次赞一下!-" Intelligent Optimization Algorithms"
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:599431
    • 提供者:
  1. matlab

    0下载:
  2. 利用蚁群算法解决TSP问题的matlab源代码-Using ant colony algorithm to solve TSP problem matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6681
    • 提供者:czr
  1. ACO

    0下载:
  2. 帮助大家认识蚁群算法 附上典型TSP的dat文件供大家测试-Ant colony algorithm to help you understand the typical TSP attached dat file for all the test
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:3204
    • 提供者:李伟
  1. tsp

    3下载:
  2. 利用模拟退火算法解决旅行商问题,共二十个城市,选择最优路径-The use of simulated annealing algorithm to solve traveling salesman problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:54872
    • 提供者:wujian
« 1 2 3 45 6 7 8 9 10 ... 47 »
搜珍网 www.dssz.com